![]() |
PATH![]() |
The driver dispatch table used to match and initialize the appropriate driver with a device is of the form shown here. This structure is filled in by the class driver.
struct USBClassDriverPluginDispatchTable {
UInt32 pluginVersion;
USBDValidateHWProcPtr validateHWProc;
USBDInitializeDeviceProcPtr initializeDeviceProc;
USBDInitializeInterfaceProcPtr initializeInterfaceProc;
USBDFinalizeProcPtr finalizeProc;
USBDDriverNotifyProcPtr notificationProc;
};
Field descriptions
Previous | Back Up One Level | Next | Show Frames | Hide Frames